home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / WIN_PRO / OWLCTL.ZIP;1 / TSTCTL.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-09  |  452 b   |  19 lines

  1. /* KNB Version 2.0  */
  2. #include <owl.h>
  3. #include <stdio.h>
  4. #include <string.h>
  5. #pragma hdrstop
  6. #include <ctype.h>
  7. #include <dialog.h>
  8. #include "TSTCTL.hh"
  9.  
  10.  
  11. // The UNREFERENCED_PARAMETER macro is used to eliminate the "Parameter 'varname'
  12. // is never used in function..." warning.  The compiler doesn't generate any code
  13. // from this macro.
  14. #ifndef UNREFERENCED_PARAMETER
  15. #define UNREFERENCED_PARAMETER(var) (void)(var)
  16. #endif
  17.  
  18.    
  19.